home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 5
/
Aminet 5 - March 1995.iso
/
Aminet
/
dev
/
gcc
/
gcc263_doc.lha
/
gnu
/
man
/
man1
/
gperf.1
< prev
next >
Wrap
Text File
|
1994-12-19
|
1KB
|
133 lines
GPERF(1) USER COMMANDS GPERF(1)
NAME
gperf - generate a perfect hash function from a key set
SYNOPSIS
gperf [ -adghijklnoprsStv ] [ _k_e_y_f_i_l_e ]
DESCRIPTION
_g_p_e_r_f reads a set of ``keys'' from _k_e_y_f_i_l_e (or, by default,
from the standard input) and attempts to find a non-minimal
perfect hashing function that recognizes a member of the key
set in constant, i.e., O(1), time. If such a function is
found the program generates a pair of _C source code routines
that perform the hashing and table lookup. All generated
code is directed to the standard output.
Please refer to the _g_p_e_r_f._t_e_x_i_n_f_o file for more information.
This file is distributed with _g_p_e_r_f release.
Sun Release 4.1 Last change: December 16, 1988 1